﻿<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>温馨提示</title>
	<style type="text/css">
		div,h3,p,a{margin: 0;padding:0;}
		body{background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);}
		.mainFrame{width: 800px;min-height: 200px;border:2px solid #ddd;border-radius: 8px;margin: 200px  auto;padding:40px 20px;}
		.mainFrame .title{text-align: center;color: #F44236;line-height: 4}
		.mainFrame .cause{line-height: 4;}
		.mainFrame .cause a{font-size: 18px;}
	</style>
</head>
<body>
	<div class="mainFrame">
		<h3 class="title">温馨提示：该网站暂时无法访问</h3>
		<p class="cause"><strong>原因一：</strong>该网站可能存在不适宜传播的信息，请联系网站管理员。</p>
		<p class="cause"><strong>原因二：</strong>该网站可能未进行双备案【工信部备案和公安备案，缺一不可】，根据&nbsp;<strong><a href="http://www.nxca.gov.cn/user/user_find.action?artical.id=81" target="_blank">工信部相关法规</a></strong>&nbsp;和&nbsp;<strong><a href="http://www.beian.gov.cn/portal/topicDetail?id=34&token=172a2952-0baa-495d-905e-ba79428b1c70" target="_blank">公安相关法规</a></strong>&nbsp;及时备案。</p>
		<p class="cause">本页面为默认提示页面，如网站存在以上问题请及时进行处理。工信部备案请登录 <strong><a href="https://www.gdca.gov.cn/framenet/web/index.jsp" target="_blank" title="工信部-通信管理局">工信部-通信管理局</a></strong>，公安备案请登录 <strong><a href="https://www.beian.gov.cn" target="_blank" title="公安备案平台">公安备案平台</a></strong>。 谢谢合作！</p>
	</div>
</body>
</html>